home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #4
/
Amiga Plus CD - 2000 - No. 4.iso
/
Tools
/
Text
/
HTML
/
HTMLEXT
/
GUI
/
func.makedir
< prev
next >
Wrap
Text File
|
2000-03-14
|
578b
|
32 lines
G4C
; $VER: func.makedir Rev.013 by Juan Manuel Wehrli 1999 - 2000
WINBIG -1 -1 250 20 "Neues Verzeichnis anlegen"
WinType 01001000
WinBackground IMAGE BG 0
Winout "NIL:"
WinOnMouse 5 5
xOnLoad
GuiOpen #This
xOnOpen
Update #This 1 "$*string1"
string = $*string1
xTextIn 2 0 177 20 "" string "" 255
GadID 1
GadFont "xHelvetica.font" "11" 000
*string1 = "$string"
LVUSE "HTMLEXT" 3
Joinfile $$lv.dir $string ndir
CLI 'makedir $ndir'
LVDIR #$$LV.DIR
GuiQuit #This
xButton 180 0 70 20 "[_X] Abbrechen"
GadFont "xHelvetica.font" "11" 000
GadKey "x"
GuiQuit #This